From 4a7ae0db4ea5e5a48a525448ec30239d493bd428 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 17 Jul 2006 03:06:24 +0000 Subject: [PATCH] Fix a typo in the docs. (#347211, Kouhei Sutou) 2006-07-16 Matthias Clasen * gtk/gtkprintjob.c (gtk_print_job_send): Fix a typo in the docs. (#347211, Kouhei Sutou) --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ gtk/gtkprintjob.c | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 38b07cc392..818b9549a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-07-16 Matthias Clasen + * gtk/gtkprintjob.c (gtk_print_job_send): Fix a typo in + the docs. (#347211, Kouhei Sutou) + * configure.in: Make the test for the sync extension more robust. (#347315, Tommi Komulainen) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 38b07cc392..818b9549a5 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2006-07-16 Matthias Clasen + * gtk/gtkprintjob.c (gtk_print_job_send): Fix a typo in + the docs. (#347211, Kouhei Sutou) + * configure.in: Make the test for the sync extension more robust. (#347315, Tommi Komulainen) diff --git a/gtk/gtkprintjob.c b/gtk/gtkprintjob.c index f68a7ca5c4..0ff17f6805 100644 --- a/gtk/gtkprintjob.c +++ b/gtk/gtkprintjob.c @@ -650,7 +650,7 @@ gtk_print_job_get_property (GObject *object, /** * gtk_print_job_send: * @job: a GtkPrintJob - * @callback: function to call when the job completes or an error occures + * @callback: function to call when the job completes or an error occurs * @user_data: user data that gets passed to @callback * @dnotify: destroy notify for @user_data * -- 2.30.2